//---------------------------------------------------------------------------- // File: OS_DEFINED.H // Type: Operating System Router // Author: Ken Anderson // Date: 11/11/3 -- 1:56PM // // Note: This header is designated only to define the type of Operating system that will be used. // OS_Global.h will then perform & manage the Operating System definitions, API, // and entrypoint functions. // // It is vital that your program has defined one of the below operating systems! // 1) WindowsOS -- Windows32 Operating System. // 2) LinuxOS -- Linux Operating System // // Placement: Organized types may place this file in the folder with the rest of their main // program includes. //---------------------------------------------------------------------------- //#define